getParentActivityIntent
Obtain an Intent that will launch an explicit target activity specified by sourceActivity's PARENT_ACTIVITY
Return
a new Intent targeting the defined parent activity of sourceActivity
Parameters
Activity to fetch a parent intent for
Obtain an Intent that will launch an explicit target activity specified by sourceActivityClass's PARENT_ACTIVITY
Return
a new Intent targeting the defined parent activity of sourceActivity
Parameters
Context for looking up the activity component for sourceActivityClass
java.lang.Class object for an Activity class
Throws
if the ComponentName for sourceActivityClass is invalid
Obtain an Intent that will launch an explicit target activity specified by sourceActivityClass's PARENT_ACTIVITY
Return
a new Intent targeting the defined parent activity of sourceActivity
Parameters
Context for looking up the activity component for the source activity
ComponentName for the source Activity
Throws
if the ComponentName for sourceActivityClass is invalid